home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 21 / Cream of the Crop 21 (Terry Blount) (October 1996).iso / program / inceval.zip / 32BIT / INCABOUT.DFM / INCABOUT.txt < prev   
Text File  |  1996-06-25  |  3KB  |  118 lines

  1. object IncAboutBox: TIncAboutBox
  2.   Left = 306
  3.   Top = 158
  4.   BorderStyle = bsDialog
  5.   Caption = 'About'
  6.   ClientHeight = 272
  7.   ClientWidth = 383
  8.   Font.Color = clWindowText
  9.   Font.Height = -14
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   Position = poScreenCenter
  13.   PixelsPerInch = 120
  14.   TextHeight = 16
  15.   object OKButton: TButton
  16.     Left = 145
  17.     Top = 236
  18.     Width = 93
  19.     Height = 31
  20.     Caption = 'OK'
  21.     Default = True
  22.     ModalResult = 1
  23.     TabOrder = 0
  24.   end
  25.   object Panel2: TPanel
  26.     Left = 10
  27.     Top = 9
  28.     Width = 360
  29.     Height = 217
  30.     BevelInner = bvRaised
  31.     BevelOuter = bvLowered
  32.     Caption = 'Panel2'
  33.     TabOrder = 1
  34.     object ProgramIcon: TImage
  35.       Left = 10
  36.       Top = 10
  37.       Width = 65
  38.       Height = 55
  39.       AutoSize = True
  40.       Picture.Data = {<image000.bmp>}
  41.       IsControl = True
  42.     end
  43.     object ProductName: TLabel
  44.       Left = 105
  45.       Top = 20
  46.       Width = 207
  47.       Height = 16
  48.       Caption = 'Incremental Combo Collection'
  49.       Font.Color = clBlack
  50.       Font.Height = -15
  51.       Font.Name = 'MS Sans Serif'
  52.       Font.Style = [fsBold]
  53.       ParentFont = False
  54.       IsControl = True
  55.     end
  56.     object Version: TLabel
  57.       Left = 105
  58.       Top = 49
  59.       Width = 78
  60.       Height = 16
  61.       Caption = 'Version 1.9'
  62.       Font.Color = clBlack
  63.       Font.Height = -15
  64.       Font.Name = 'MS Sans Serif'
  65.       Font.Style = [fsBold]
  66.       ParentFont = False
  67.       IsControl = True
  68.     end
  69.     object Copyright: TLabel
  70.       Left = 10
  71.       Top = 146
  72.       Width = 276
  73.       Height = 16
  74.       Caption = 'Copyright (c) 1996 Softouch Developement Inc.'
  75.       Font.Color = clBlack
  76.       Font.Height = -15
  77.       Font.Name = 'MS Sans Serif'
  78.       Font.Style = []
  79.       ParentFont = False
  80.       IsControl = True
  81.     end
  82.     object Label1: TLabel
  83.       Left = 10
  84.       Top = 90
  85.       Width = 308
  86.       Height = 48
  87.       Caption = 
  88.         'This component is governed by the licensing agreement as describ' +
  89.         'ed in the accompanying Help file.'
  90.       Font.Color = clBlack
  91.       Font.Height = -15
  92.       Font.Name = 'MS Sans Serif'
  93.       Font.Style = []
  94.       ParentFont = False
  95.       WordWrap = True
  96.     end
  97.     object Label2: TLabel
  98.       Left = 10
  99.       Top = 191
  100.       Width = 310
  101.       Height = 16
  102.       Caption = 'To register on Compuserve GO SWREG '#39'IncCombo'#39
  103.       Font.Color = clBlack
  104.       Font.Height = -15
  105.       Font.Name = 'MS Sans Serif'
  106.       Font.Style = []
  107.       ParentFont = False
  108.     end
  109.     object LabelPlus1: TLabel
  110.       Left = 10
  111.       Top = 166
  112.       Width = 97
  113.       Height = 16
  114.       Caption = 'CIS:102565,2117'
  115.     end
  116.   end
  117. end
  118.